[XEND] Check for and fail on non-existent floppy-drive file when starting HVM guest.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Sun, 15 Oct 2006 08:19:26 +0000 (09:19 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Sun, 15 Oct 2006 08:19:26 +0000 (09:19 +0100)
commita5d51aa564669cf7fe303319eade51b38dd00766
tree3fd1185fcefacd8bfdd2af27715caf0a597c1b31
parentc139b7ee789c92f6b3a62effbf218fab28d38c59
[XEND] Check for and fail on non-existent floppy-drive file when starting HVM guest.

The qemu device model hangs when a non-existent floppy file is passed
via 'fda' or 'fdb'. The attached patch checks whether the floppy file
exists and raises an error if it does not.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/xend/image.py